Html Css Color HEX #58B4C9 Viking

📋 copy color: '#58B4C9'

red 88 ◦ green 180 ◦ blue 201

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

Shades of Viking #58B4C9

Tints of Viking #58B4C9

RGB

 RED value IS 88 (34.77% from 255) = 18.76%

 GREEN value IS 180 (70.7% from 255) = 38.38%

 BLUE value IS 201 (78.91% from 255) = 42.86%

R = 18.76%
G = 38.38%
B = 42.86%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#58B4C9 (or 0x58B4C9) is known color: Viking. HEX triplet: 58, B4 and C9. RGB value is (88,180,201). Sum of RGB (Red+Green+Blue) = 88+180+201=469 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.76% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #58B4C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B4C9 is #A74B36. Grayscale: #9A9A9A. Windows color (decimal): -10963767 or 13218904. OLE color: 13218904.

HSL color Cylindrical-coordinate representation of color #58B4C9: hue angle of 191.15º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58B4C9 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 88 180 201 -
CMYK 0.56 0.10 0 0.21
HSL 191.15º 0.51% 0.57% -
HSV(B) 191.15º 0.56% 0.79% -
XYZ 30.89 38.93 61.15 -
YUV 154.89 154.02 80.29 -
System Red Green Blue C M Y K H S L
Decimal 88 180 201 0.56 0.10 0 0.21 191.15 0.51 0.57
Hex 58 B4 C9 38 A 0 15 BF 33 39
Octal 130 264 311 70 12 0 25 277 63 71
Binary 1011000 10110100 11001001 111000 1010 0 10101 10111111 110011 111001

Color Harmonies of #58B4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B4C9

Black with #58B4C9

Text Example


Text Example

White with #58B4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58B4C9; }

 p { color: rgb(88,180,201); }

 H1.HeaderClassName
 {
   color: #58B4C9;
 }
 .AnyTagClassName
 {
   color: #58B4C9;
 }
</style>

background-color css

<style>
 a { background-color: #58B4C9; }

 a { background-color: rgb(88,180,201); }

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

border-color css

<style>
 span { border-color: #58B4C9; }

 span { border-color: rgb(88,180,201); }

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