Html Css Color HEX #565CC0 Rich Blue

📋 copy color: '#565CC0'

red 86 ◦ green 92 ◦ blue 192

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

Shades of Rich Blue #565CC0

Tints of Rich Blue #565CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.89%

R = 23.24%
G = 24.86%
B = 51.89%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#565CC0 (or 0x565CC0) is known color: Rich Blue. HEX triplet: 56, 5C and C0. RGB value is (86,92,192). Sum of RGB (Red+Green+Blue) = 86+92+192=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 192 (75.39% from 255 or 51.89% from 370); Max value from RGB is 192 - color contains mainly: blue. Hex color #565CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565CC0 is #A9A33F. Grayscale: #656565. Windows color (decimal): -11117376 or 12606550. OLE color: 12606550.

HSL color Cylindrical-coordinate representation of color #565CC0: hue angle of 236.6º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #565CC0 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 92 192 -
CMYK 0.55 0.52 0 0.25
HSL 236.6º 0.46% 0.55% -
HSV(B) 236.6º 0.55% 0.75% -
XYZ 17.18 13.44 51.56 -
YUV 101.61 179.01 116.87 -
System Red Green Blue C M Y K H S L
Decimal 86 92 192 0.55 0.52 0 0.25 236.6 0.46 0.55
Hex 56 5C C0 37 34 0 19 ED 2E 37
Octal 126 134 300 67 64 0 31 355 56 67
Binary 1010110 1011100 11000000 110111 110100 0 11001 11101101 101110 110111

Color Harmonies of #565CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565CC0

Black with #565CC0

Text Example


Text Example

White with #565CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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