Html Css Color HEX #555CBC Rich Blue

📋 copy color: '#555CBC'

red 85 ◦ green 92 ◦ blue 188

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

Shades of Rich Blue #555CBC

Tints of Rich Blue #555CBC

RGB

 RED value IS 85 (33.59% from 255) = 23.29%

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

 BLUE value IS 188 (73.83% from 255) = 51.51%

R = 23.29%
G = 25.21%
B = 51.51%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#555CBC (or 0x555CBC) is known color: Rich Blue. HEX triplet: 55, 5C and BC. RGB value is (85,92,188). Sum of RGB (Red+Green+Blue) = 85+92+188=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #555CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555CBC is #AAA343. Grayscale: #646464. Windows color (decimal): -11182916 or 12344405. OLE color: 12344405.

HSL color Cylindrical-coordinate representation of color #555CBC: hue angle of 235.92º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #555CBC is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 92 188 -
CMYK 0.55 0.51 0 0.26
HSL 235.92º 0.43% 0.54% -
HSV(B) 235.92º 0.55% 0.74% -
XYZ 16.65 13.22 49.25 -
YUV 100.85 177.18 116.69 -
System Red Green Blue C M Y K H S L
Decimal 85 92 188 0.55 0.51 0 0.26 235.92 0.43 0.54
Hex 55 5C BC 37 33 0 1A EC 2B 36
Octal 125 134 274 67 63 0 32 354 53 66
Binary 1010101 1011100 10111100 110111 110011 0 11010 11101100 101011 110110

Color Harmonies of #555CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555CBC

Black with #555CBC

Text Example


Text Example

White with #555CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555CBC; }

 p { color: rgb(85,92,188); }

 H1.HeaderClassName
 {
   color: #555CBC;
 }
 .AnyTagClassName
 {
   color: #555CBC;
 }
</style>

background-color css

<style>
 a { background-color: #555CBC; }

 a { background-color: rgb(85,92,188); }

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

border-color css

<style>
 span { border-color: #555CBC; }

 span { border-color: rgb(85,92,188); }

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