Html Css Color HEX #565CAF Rich Blue

📋 copy color: '#565CAF'

red 86 ◦ green 92 ◦ blue 175

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

Shades of Rich Blue #565CAF

Tints of Rich Blue #565CAF

RGB

 RED value IS 86 (33.98% from 255) = 24.36%

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

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

R = 24.36%
G = 26.06%
B = 49.58%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#565CAF (or 0x565CAF) is known color: Rich Blue. HEX triplet: 56, 5C and AF. RGB value is (86,92,175). Sum of RGB (Red+Green+Blue) = 86+92+175=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #565CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565CAF is #A9A350. Grayscale: #636363. Windows color (decimal): -11117393 or 11492438. OLE color: 11492438.

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

Color convert

RGB 86 92 175 -
CMYK 0.51 0.47 0 0.31
HSL 235.96º 0.36% 0.51% -
HSV(B) 235.96º 0.51% 0.69% -
XYZ 15.4 12.73 42.2 -
YUV 99.67 170.51 118.25 -
System Red Green Blue C M Y K H S L
Decimal 86 92 175 0.51 0.47 0 0.31 235.96 0.36 0.51
Hex 56 5C AF 33 2F 0 1F EC 24 33
Octal 126 134 257 63 57 0 37 354 44 63
Binary 1010110 1011100 10101111 110011 101111 0 11111 11101100 100100 110011

Color Harmonies of #565CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565CAF

Black with #565CAF

Text Example


Text Example

White with #565CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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