Html Css Color HEX #5BA8E4 Malibu

📋 copy color: '#5BA8E4'

red 91 ◦ green 168 ◦ blue 228

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

Shades of Malibu #5BA8E4

Tints of Malibu #5BA8E4

RGB

 RED value IS 91 (35.94% from 255) = 18.69%

 GREEN value IS 168 (66.02% from 255) = 34.5%

 BLUE value IS 228 (89.45% from 255) = 46.82%

R = 18.69%
G = 34.5%
B = 46.82%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5BA8E4 (or 0x5BA8E4) is known color: Malibu. HEX triplet: 5B, A8 and E4. RGB value is (91,168,228). Sum of RGB (Red+Green+Blue) = 91+168+228=487 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.69% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 228 - color contains mainly: blue. Hex color #5BA8E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA8E4 is #A4571B. Grayscale: #979797. Windows color (decimal): -10770204 or 14985307. OLE color: 14985307.

HSL color Cylindrical-coordinate representation of color #5BA8E4: hue angle of 206.28º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BA8E4 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 91 168 228 -
CMYK 0.60 0.26 0 0.11
HSL 206.28º 0.72% 0.63% -
HSV(B) 206.28º 0.6% 0.89% -
XYZ 32.32 35.83 78.61 -
YUV 151.82 170.99 84.62 -
System Red Green Blue C M Y K H S L
Decimal 91 168 228 0.60 0.26 0 0.11 206.28 0.72 0.63
Hex 5B A8 E4 3C 1A 0 B CE 48 3F
Octal 133 250 344 74 32 0 13 316 110 77
Binary 1011011 10101000 11100100 111100 11010 0 1011 11001110 1001000 111111

Color Harmonies of #5BA8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA8E4

Black with #5BA8E4

Text Example


Text Example

White with #5BA8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,168,228); }

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

background-color css

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

 a { background-color: rgb(91,168,228); }

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

border-color css

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

 span { border-color: rgb(91,168,228); }

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