Html Css Color HEX #565CAA Rich Blue

📋 copy color: '#565CAA'

red 86 ◦ green 92 ◦ blue 170

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

Shades of Rich Blue #565CAA

Tints of Rich Blue #565CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.85%

R = 24.71%
G = 26.44%
B = 48.85%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#565CAA (or 0x565CAA) is known color: Rich Blue. HEX triplet: 56, 5C and AA. RGB value is (86,92,170). Sum of RGB (Red+Green+Blue) = 86+92+170=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #565CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565CAA is #A9A355. Grayscale: #626262. Windows color (decimal): -11117398 or 11164758. OLE color: 11164758.

HSL color Cylindrical-coordinate representation of color #565CAA: hue angle of 235.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #565CAA is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 92 170 -
CMYK 0.49 0.46 0 0.33
HSL 235.71º 0.33% 0.5% -
HSV(B) 235.71º 0.49% 0.67% -
XYZ 14.92 12.54 39.66 -
YUV 99.1 168.01 118.66 -
System Red Green Blue C M Y K H S L
Decimal 86 92 170 0.49 0.46 0 0.33 235.71 0.33 0.5
Hex 56 5C AA 31 2E 0 21 EC 21 32
Octal 126 134 252 61 56 0 41 354 41 62
Binary 1010110 1011100 10101010 110001 101110 0 100001 11101100 100001 110010

Color Harmonies of #565CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565CAA

Black with #565CAA

Text Example


Text Example

White with #565CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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