Html Css Color HEX #554FCE Slate Blue

📋 copy color: '#554FCE'

red 85 ◦ green 79 ◦ blue 206

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

Shades of Slate Blue #554FCE

Tints of Slate Blue #554FCE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.35%

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

R = 22.97%
G = 21.35%
B = 55.68%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#554FCE (or 0x554FCE) is known color: Slate Blue. HEX triplet: 55, 4F and CE. RGB value is (85,79,206). Sum of RGB (Red+Green+Blue) = 85+79+206=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #554FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554FCE is #AAB031. Grayscale: #5E5E5E. Windows color (decimal): -11186226 or 13520725. OLE color: 13520725.

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

Color convert

RGB 85 79 206 -
CMYK 0.59 0.62 0 0.19
HSL 242.83º 0.56% 0.56% -
HSV(B) 242.83º 0.62% 0.81% -
XYZ 17.68 11.98 59.77 -
YUV 95.27 190.49 120.67 -
System Red Green Blue C M Y K H S L
Decimal 85 79 206 0.59 0.62 0 0.19 242.83 0.56 0.56
Hex 55 4F CE 3B 3E 0 13 F3 38 38
Octal 125 117 316 73 76 0 23 363 70 70
Binary 1010101 1001111 11001110 111011 111110 0 10011 11110011 111000 111000

Color Harmonies of #554FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554FCE

Black with #554FCE

Text Example


Text Example

White with #554FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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