Html Css Color HEX #554BCE Slate Blue

📋 copy color: '#554BCE'

red 85 ◦ green 75 ◦ blue 206

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

Shades of Slate Blue #554BCE

Tints of Slate Blue #554BCE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.49%

 BLUE value IS 206 (80.86% from 255) = 56.28%

R = 23.22%
G = 20.49%
B = 56.28%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#554BCE (or 0x554BCE) is known color: Slate Blue. HEX triplet: 55, 4B and CE. RGB value is (85,75,206). Sum of RGB (Red+Green+Blue) = 85+75+206=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #554BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554BCE is #AAB431. Grayscale: #5C5C5C. Windows color (decimal): -11187250 or 13519701. OLE color: 13519701.

HSL color Cylindrical-coordinate representation of color #554BCE: hue angle of 244.58º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #554BCE is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 75 206 -
CMYK 0.59 0.64 0 0.19
HSL 244.58º 0.57% 0.55% -
HSV(B) 244.58º 0.64% 0.81% -
XYZ 17.4 11.42 59.68 -
YUV 92.92 191.81 122.35 -
System Red Green Blue C M Y K H S L
Decimal 85 75 206 0.59 0.64 0 0.19 244.58 0.57 0.55
Hex 55 4B CE 3B 40 0 13 F5 39 37
Octal 125 113 316 73 100 0 23 365 71 67
Binary 1010101 1001011 11001110 111011 1000000 0 10011 11110101 111001 110111

Color Harmonies of #554BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554BCE

Black with #554BCE

Text Example


Text Example

White with #554BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554BCE; }

 p { color: rgb(85,75,206); }

 H1.HeaderClassName
 {
   color: #554BCE;
 }
 .AnyTagClassName
 {
   color: #554BCE;
 }
</style>

background-color css

<style>
 a { background-color: #554BCE; }

 a { background-color: rgb(85,75,206); }

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

border-color css

<style>
 span { border-color: #554BCE; }

 span { border-color: rgb(85,75,206); }

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