Html Css Color HEX #51387B Kingfisher Daisy

📋 copy color: '#51387B'

red 81 ◦ green 56 ◦ blue 123

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

Shades of Kingfisher Daisy #51387B

Tints of Kingfisher Daisy #51387B

RGB

 RED value IS 81 (32.03% from 255) = 31.15%

 GREEN value IS 56 (22.27% from 255) = 21.54%

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

R = 31.15%
G = 21.54%
B = 47.31%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#51387B (or 0x51387B) is known color: Kingfisher Daisy. HEX triplet: 51, 38 and 7B. RGB value is (81,56,123). Sum of RGB (Red+Green+Blue) = 81+56+123=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #51387B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51387B is #AEC784. Grayscale: #464646. Windows color (decimal): -11454341 or 8075345. OLE color: 8075345.

HSL color Cylindrical-coordinate representation of color #51387B: hue angle of 262.39º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51387B is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 56 123 -
CMYK 0.34 0.54 0 0.52
HSL 262.39º 0.37% 0.35% -
HSV(B) 262.39º 0.54% 0.48% -
XYZ 8.38 6.01 19.46 -
YUV 71.11 157.28 135.05 -
System Red Green Blue C M Y K H S L
Decimal 81 56 123 0.34 0.54 0 0.52 262.39 0.37 0.35
Hex 51 38 7B 22 36 0 34 106 25 23
Octal 121 70 173 42 66 0 64 406 45 43
Binary 1010001 111000 1111011 100010 110110 0 110100 100000110 100101 100011

Color Harmonies of #51387B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51387B

Black with #51387B

Text Example


Text Example

White with #51387B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51387B; }

 p { color: rgb(81,56,123); }

 H1.HeaderClassName
 {
   color: #51387B;
 }
 .AnyTagClassName
 {
   color: #51387B;
 }
</style>

background-color css

<style>
 a { background-color: #51387B; }

 a { background-color: rgb(81,56,123); }

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

border-color css

<style>
 span { border-color: #51387B; }

 span { border-color: rgb(81,56,123); }

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