Html Css Color HEX #535CAF Rich Blue

📋 copy color: '#535CAF'

red 83 ◦ green 92 ◦ blue 175

#535CAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #535CAF

Tints of Rich Blue #535CAF

RGB

 RED value IS 83 (32.81% from 255) = 23.71%

 GREEN value IS 92 (36.33% from 255) = 26.29%

 BLUE value IS 175 (68.75% from 255) = 50%

R = 23.71%
G = 26.29%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#535CAF (or 0x535CAF) is known color: Rich Blue. HEX triplet: 53, 5C and AF. RGB value is (83,92,175). Sum of RGB (Red+Green+Blue) = 83+92+175=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #535CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535CAF is #ACA350. Grayscale: #626262. Windows color (decimal): -11314001 or 11492435. OLE color: 11492435.

HSL color Cylindrical-coordinate representation of color #535CAF: hue angle of 234.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #535CAF is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 92 175 -
CMYK 0.53 0.47 0 0.31
HSL 234.13º 0.37% 0.51% -
HSV(B) 234.13º 0.53% 0.69% -
XYZ 15.13 12.59 42.19 -
YUV 98.77 171.02 116.75 -
System Red Green Blue C M Y K H S L
Decimal 83 92 175 0.53 0.47 0 0.31 234.13 0.37 0.51
Hex 53 5C AF 35 2F 0 1F EA 25 33
Octal 123 134 257 65 57 0 37 352 45 63
Binary 1010011 1011100 10101111 110101 101111 0 11111 11101010 100101 110011

Color Harmonies of #535CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535CAF

Black with #535CAF

Text Example


Text Example

White with #535CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535CAF; }

 p { color: rgb(83,92,175); }

 H1.HeaderClassName
 {
   color: #535CAF;
 }
 .AnyTagClassName
 {
   color: #535CAF;
 }
</style>

background-color css

<style>
 a { background-color: #535CAF; }

 a { background-color: rgb(83,92,175); }

 div.DivClassName
 {
   background-color: #535CAF;
 }
 .BgClassName
 {
   background-color: #535CAF;
 }
</style>

border-color css

<style>
 span { border-color: #535CAF; }

 span { border-color: rgb(83,92,175); }

 td.TdClassName
 {
   border-color: #535CAF;
 }
 .TagClassName
 {
   border-color: #535CAF;
 }
</style>