Html Css Color HEX #565CAB Rich Blue

📋 copy color: '#565CAB'

red 86 ◦ green 92 ◦ blue 171

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

Shades of Rich Blue #565CAB

Tints of Rich Blue #565CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49%

R = 24.64%
G = 26.36%
B = 49%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#565CAB (or 0x565CAB) is known color: Rich Blue. HEX triplet: 56, 5C and AB. RGB value is (86,92,171). Sum of RGB (Red+Green+Blue) = 86+92+171=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #565CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565CAB is #A9A354. Grayscale: #626262. Windows color (decimal): -11117397 or 11230294. OLE color: 11230294.

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

Color convert

RGB 86 92 171 -
CMYK 0.50 0.46 0 0.33
HSL 235.76º 0.34% 0.5% -
HSV(B) 235.76º 0.5% 0.67% -
XYZ 15.02 12.57 40.16 -
YUV 99.21 168.51 118.58 -
System Red Green Blue C M Y K H S L
Decimal 86 92 171 0.50 0.46 0 0.33 235.76 0.34 0.5
Hex 56 5C AB 32 2E 0 21 EC 22 32
Octal 126 134 253 62 56 0 41 354 42 62
Binary 1010110 1011100 10101011 110010 101110 0 100001 11101100 100010 110010

Color Harmonies of #565CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565CAB

Black with #565CAB

Text Example


Text Example

White with #565CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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