Html Css Color HEX #565CBB Rich Blue

📋 copy color: '#565CBB'

red 86 ◦ green 92 ◦ blue 187

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

Shades of Rich Blue #565CBB

Tints of Rich Blue #565CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.23%

R = 23.56%
G = 25.21%
B = 51.23%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#565CBB (or 0x565CBB) is known color: Rich Blue. HEX triplet: 56, 5C and BB. RGB value is (86,92,187). Sum of RGB (Red+Green+Blue) = 86+92+187=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #565CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565CBB is #A9A344. Grayscale: #646464. Windows color (decimal): -11117381 or 12278870. OLE color: 12278870.

HSL color Cylindrical-coordinate representation of color #565CBB: hue angle of 236.44º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #565CBB is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 92 187 -
CMYK 0.54 0.51 0 0.27
HSL 236.44º 0.43% 0.54% -
HSV(B) 236.44º 0.54% 0.73% -
XYZ 16.63 13.22 48.69 -
YUV 101.04 176.51 117.28 -
System Red Green Blue C M Y K H S L
Decimal 86 92 187 0.54 0.51 0 0.27 236.44 0.43 0.54
Hex 56 5C BB 36 33 0 1B EC 2B 36
Octal 126 134 273 66 63 0 33 354 53 66
Binary 1010110 1011100 10111011 110110 110011 0 11011 11101100 101011 110110

Color Harmonies of #565CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565CBB

Black with #565CBB

Text Example


Text Example

White with #565CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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