Html Css Color HEX #554BCF Slate Blue

📋 copy color: '#554BCF'

red 85 ◦ green 75 ◦ blue 207

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

Shades of Slate Blue #554BCF

Tints of Slate Blue #554BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.4%

R = 23.16%
G = 20.44%
B = 56.4%

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

#554BCF (or 0x554BCF) is known color: Slate Blue. HEX triplet: 55, 4B and CF. RGB value is (85,75,207). Sum of RGB (Red+Green+Blue) = 85+75+207=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #554BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554BCF is #AAB430. Grayscale: #5C5C5C. Windows color (decimal): -11187249 or 13585237. OLE color: 13585237.

HSL color Cylindrical-coordinate representation of color #554BCF: hue angle of 244.55º degrees, saturation: 0.58, 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 #554BCF is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 75 207 -
CMYK 0.59 0.64 0 0.19
HSL 244.55º 0.58% 0.55% -
HSV(B) 244.55º 0.64% 0.81% -
XYZ 17.52 11.47 60.32 -
YUV 93.04 192.31 122.27 -
System Red Green Blue C M Y K H S L
Decimal 85 75 207 0.59 0.64 0 0.19 244.55 0.58 0.55
Hex 55 4B CF 3B 40 0 13 F5 3A 37
Octal 125 113 317 73 100 0 23 365 72 67
Binary 1010101 1001011 11001111 111011 1000000 0 10011 11110101 111010 110111

Color Harmonies of #554BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554BCF

Black with #554BCF

Text Example


Text Example

White with #554BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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