Html Css Color HEX #5C417B Kingfisher Daisy

📋 copy color: '#5C417B'

red 92 ◦ green 65 ◦ blue 123

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

Shades of Kingfisher Daisy #5C417B

Tints of Kingfisher Daisy #5C417B

RGB

 RED value IS 92 (36.33% from 255) = 32.86%

 GREEN value IS 65 (25.78% from 255) = 23.21%

 BLUE value IS 123 (48.44% from 255) = 43.93%

R = 32.86%
G = 23.21%
B = 43.93%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5C417B (or 0x5C417B) is known color: Kingfisher Daisy. HEX triplet: 5C, 41 and 7B. RGB value is (92,65,123). Sum of RGB (Red+Green+Blue) = 92+65+123=280 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.86% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C417B is #A3BE84. Grayscale: #4F4F4F. Windows color (decimal): -10731141 or 8077660. OLE color: 8077660.

HSL color Cylindrical-coordinate representation of color #5C417B: hue angle of 267.93º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C417B is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 92 65 123 -
CMYK 0.25 0.47 0 0.52
HSL 267.93º 0.31% 0.37% -
HSV(B) 267.93º 0.47% 0.48% -
XYZ 9.88 7.49 19.66 -
YUV 79.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 92 65 123 0.25 0.47 0 0.52 267.93 0.31 0.37
Hex 5C 41 7B 19 2F 0 34 10C 1F 25
Octal 134 101 173 31 57 0 64 414 37 45
Binary 1011100 1000001 1111011 11001 101111 0 110100 100001100 11111 100101

Color Harmonies of #5C417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C417B

Black with #5C417B

Text Example


Text Example

White with #5C417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C417B; }

 p { color: rgb(92,65,123); }

 H1.HeaderClassName
 {
   color: #5C417B;
 }
 .AnyTagClassName
 {
   color: #5C417B;
 }
</style>

background-color css

<style>
 a { background-color: #5C417B; }

 a { background-color: rgb(92,65,123); }

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

border-color css

<style>
 span { border-color: #5C417B; }

 span { border-color: rgb(92,65,123); }

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