Html Css Color HEX #565FAA Rich Blue

📋 copy color: '#565FAA'

red 86 ◦ green 95 ◦ blue 170

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

Shades of Rich Blue #565FAA

Tints of Rich Blue #565FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.07%

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

R = 24.5%
G = 27.07%
B = 48.43%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#565FAA (or 0x565FAA) is known color: Rich Blue. HEX triplet: 56, 5F and AA. RGB value is (86,95,170). Sum of RGB (Red+Green+Blue) = 86+95+170=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #565FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565FAA is #A9A055. Grayscale: #646464. Windows color (decimal): -11116630 or 11165526. OLE color: 11165526.

HSL color Cylindrical-coordinate representation of color #565FAA: hue angle of 233.57º 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 #565FAA is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 95 170 -
CMYK 0.49 0.44 0 0.33
HSL 233.57º 0.33% 0.5% -
HSV(B) 233.57º 0.49% 0.67% -
XYZ 15.19 13.07 39.75 -
YUV 100.86 167.02 117.4 -
System Red Green Blue C M Y K H S L
Decimal 86 95 170 0.49 0.44 0 0.33 233.57 0.33 0.5
Hex 56 5F AA 31 2C 0 21 EA 21 32
Octal 126 137 252 61 54 0 41 352 41 62
Binary 1010110 1011111 10101010 110001 101100 0 100001 11101010 100001 110010

Color Harmonies of #565FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565FAA

Black with #565FAA

Text Example


Text Example

White with #565FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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